PokemonSprites

@Serializable
data class PokemonSprites(val backDefault: String?, val backShiny: String?, val frontDefault: String?, val frontShiny: String?, val backFemale: String?, val backShinyFemale: String?, val frontFemale: String?, val frontShinyFemale: String?, val other: OtherGameSprites, val versions: VersionGameSprites)(source)

Sprites are images used to depict Pokémon in the game. See: https://pokeapi.co/docs/v2#pokemonsprites

Parameters

backDefault

The default back sprite for this Pokémon.

backShiny

The shiny back sprite for this Pokémon.

frontDefault

The default front sprite for this Pokémon.

frontShiny

The shiny front sprite for this Pokémon.

backFemale

The female back sprite for this Pokémon.

backShinyFemale

The female shiny back sprite for this Pokémon.

frontFemale

The female front sprite for this Pokémon.

frontShinyFemale

The female shiny front sprite for this Pokémon.

other

Other sprites for this Pokémon.

versions

Sprites for this Pokémon in different versions.

Constructors

Link copied to clipboard
constructor(backDefault: String?, backShiny: String?, frontDefault: String?, frontShiny: String?, backFemale: String?, backShinyFemale: String?, frontFemale: String?, frontShinyFemale: String?, other: OtherGameSprites, versions: VersionGameSprites)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard